object AboutBox: TAboutBox Left = 221 Top = 167 BorderIcons = [] BorderStyle = bsNone Caption = 'About' ClientHeight = 172 ClientWidth = 299 Ctl3D = False Color = clSilver Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 299 Height = 172 Align = alClient Alignment = taLeftJustify BevelInner = bvRaised BevelOuter = bvNone BevelWidth = 3 BorderStyle = bsSingle Color = clSilver TabOrder = 1 object ProgramIcon: TImage Left = 8 Top = 8 Width = 70 Height = 70 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 17 Top = 88 Width = 264 Height = 22 Caption = 'PrimaSoft Internet Organizer' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 94 Top = 114 Width = 88 Height = 13 Caption = 'Version 1.0 (16-bit)' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Copyright: TLabel Left = 6 Top = 138 Width = 189 Height = 13 Caption = 'Copyright 1995-97 by PrimaSoft PC, Inc.' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object SharewareText: TLabel Left = 120 Top = 6 Width = 171 Height = 43 AutoSize = False Caption = 'This is a fully functional Trial version. You have 30 days for e' + 'valuation.' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Visible = False WordWrap = True end object Label1: TLabel Left = 83 Top = 8 Width = 83 Height = 16 Caption = 'Licensed To:' Visible = False end object Label2: TLabel Left = 83 Top = 23 Width = 206 Height = 14 AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False Visible = False end object Label3: TLabel Left = 6 Top = 152 Width = 123 Height = 13 Caption = 'http://www.primasoft.com' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end end object BitBtn1: TBitBtn Left = 216 Top = 133 Width = 73 Height = 28 Caption = '&OK' TabOrder = 0 Kind = bkOK end object Timer1: TTimer Interval = 20 OnTimer = Timer1Timer Left = 262 Top = 60 end end